PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStructureElement Class / getReferences Method
In This Topic
    getReferences Method
    In This Topic
    Gets the list of references.
    This property identifies the structure element or elements to which the item of content, contained within this structure element, refers (e.g.footnotes, end notes, sidebars, etc.).
    Syntax
    public PDFStructureElementCollection getReferences()

    Return Value

    A collection containing zero, one or more references to PDFStructureElement objects.
    See Also